home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interplay's Learn to Program Basic (Review Copy)
/
Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO
/
pc
/
ltpbasic
/
refxmpl
/
read02.bas
< prev
next >
Wrap
BASIC Source File
|
1998-04-07
|
84b
|
11 lines
Data 15,12,19,153,14.8,0.0093,-1
CLS
V = 0
While V >= 0
Read V
Print V
Wend